home *** CD-ROM | disk | FTP | other *** search
/ Mighty Math - Carinval Countdown / Mighty Math Carinval Countdown.iso / pc / demo / demodata / menu.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  810 b   |  17 lines

  1. on exitFrame
  2.   global theDemoList, gTThingsList, gIeList, gHouseList, theTThingsList, gMMathList, theIeList, theHouseList, gBeenIntro
  3.   clearGlobals()
  4.   clearPuppets(1, 46)
  5.   set the volume of sound 1 to 255
  6.   set the volume of sound 2 to 255
  7.   set theDemoList to ["Imagination", "ThinkT", "House", "KDesk", "Strategy", "MMath", "Endint"]
  8.   set gMMathList to ["CosmicG", "Carnival", "NumberH"]
  9.   set gTThingsList to ["Tthings1", "Tthings2", "Tthings3"]
  10.   set gIeList to ["castle", "neighborhood", "rainForest", "ocean"]
  11.   set gHouseList to ["MMhouse", "BBhouse", "SShouse", "TTPhouse"]
  12.   set theTThingsList to ["Tthings1", "Tthings2", "Tthings3"]
  13.   set theIeList to ["castle", "neighborhood", "rainForest", "ocean"]
  14.   set theHouseList to ["MMhouse", "BBhouse", "SShouse", "TTPhouse"]
  15.   set gBeenIntro to 0
  16. end
  17.